home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 5 / Apprentice-Release5.iso / Source Code / C++ / Applications / PICSee Dust 1.01 / Quaternary Source / ReadPicture.h < prev    next >
Text File  |  1995-11-01  |  182b  |  14 lines

  1. #ifndef READPICTURE_H_
  2. #define READPICTURE_H_
  3.  
  4. #ifdef __cplusplus
  5. extern "C" {
  6. #endif
  7.  
  8. PicHandle ReadPicture(FSSpec *pictFile);
  9.  
  10. #ifdef __cplusplus
  11. }
  12. #endif
  13.  
  14. #endif // READPICTURE_H_